func go/types.isNumeric
9 uses
go/types (current package)
assignments.go#L271: if isNumeric(t) {
builtins.go#L293: if isNumeric(x.typ) && constant.Sign(constant.Imag(x.val)) == 0 {
builtins.go#L428: if isNumeric(x.typ) {
expr.go#L436: if isNumeric(x.typ) && isNumeric(typ) {
expr.go#L641: if isNumeric(x.typ) && isNumeric(target) {
expr.go#L670: if !isNumeric(target) {
predicates.go#L20: func isNumeric(t Type) bool { return isBasic(t, IsNumeric) }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)